@charset "utf-8";

/* *, p,a,span { font-family: Microsoft YaHei; font-weight:Regular; margin: 0px; padding: 0px; box-sizing: border-box; }

a { display:inline-block; text-decoration: none; }

img { object-fit: cover; vertical-align: middle; }

html,body{ -webkit-text-size-adjust:100%; -webkit-tap-highlight-color:transparent }

input,button{ -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none; border:none; background: none }

input, textarea, input:focus{ outline:none; -webkit-tap-highlight-color:rgba(255,255,255,0); }

a, ul, li, a:hover {text-decoration:none; list-style-type:none; margin: 0; padding: 0; box-sizing: border-box; }

ul, li { cursor: pointer; display: inline-block; vertical-align: top; box-sizing: border-box; list-style: none; }

ul, li, a, a:hover, a:active, a:visited, a:link, a:focus { -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; outline:none; text-decoration: none; }

body{overflow-x: hidden;} */

@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    color: #333;
    font-family:PingFang SC;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: middle;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}

/* 字号 */
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f17{
    font-size: 17px;
}
.f18{
    font-size: 18px;
}
.f19{
    font-size: 19px;
}
.f20{
    font-size: 20px;
}
.f21{
    font-size: 21px;
}
.f23{
    font-size: 23px;
}
.f24{
    font-size: 24px;
}
.f25{
    font-size: 25px;
}
.f26{
    font-size: 26px;
}
.f27{
    font-size: 27px;
}
.f28 {
    font-size: 28px;
}
.f29{
    font-size: 29px;
}
.f30{
    font-size: 30px;
}
.f31{
    font-size: 31px;
}
.f32{
    font-size: 32px;
}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}

/* header */
/*.header_sc{*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    height: 100px;*/
/*}*/
/*.header_sc .header{*/
/*    max-width: 1196px;*/
/*    margin: auto;*/
/*    height: 100%;*/
/*}*/
.header_sc{
    width: 100%;
    background: #fff;
    height: 343px;
    line-height: 98px;
    border-bottom: 1px solid #e5e5e5;
    /*height: 100px;*/
}
.header_sc .header{

    margin: auto;
    margin: 0 auto;
    overflow: hidden;
    height: inherit;
    position: relative;

}
.header_sc .header img{
    width: 100%;
    height: 100%;
}
.header_sc .header .header_name{
    float: left;
    font-size: 32px;
    font-weight: bold;
    color: #2DCFD2;
    margin-top: 28px;
    /* line-height: 100px; */
    padding-right: 20px;
    border-right: 1px solid #D4D4D4;
}
.header_sc .header .header_type{
    color: #666666;
    font-size: 26px;
    float: left;
    margin-top: 32px;
    margin-left: 20px;
}
.header_sc .header .header_info{
    float: right;
    margin-top: 39px;
}
.header_sc .header .header_info .header_phone{
    display: inline-block;
    color: #C4C4C4;
    font-size: 18px;
    margin-right: 20px;
}
.header_sc .header .header_info .header_login{
    display: inline-block;
    font-size: 18px;
    color: #F5B995;
    cursor: pointer;
}
/* footer */
.footer {
    width: 100%;
    height: 120px;
    text-align: center;
    background: #fff;
    padding-top: 15px;
}
.footer .footer_name{
    color: #A09DA0;
    margin-bottom: 12px;
}
.footer .copyright{
    color: #A09DA0;
}
@media(max-width: 1240px){
    .header_sc .header .header_name{
        float: left;
        font-size: 30px;
        font-weight: bold;
        color: #2DCFD2;
        margin-top: 28px;
        /* line-height: 100px; */
        padding-right: 20px;
        border-right: 1px solid #D4D4D4;
    }
    .header_sc .header .header_type{
        color: #666666;
        font-size: 24px;
        float: left;
        margin-top: 32px;
        margin-left: 20px;
    }
    .header_sc .header .header_info .header_phone{
        display: inline-block;
        color: #C4C4C4;
        font-size: 16px;
        margin-right: 20px;
    }
    .header_sc .header .header_info .header_login{
        display: inline-block;
        font-size: 16px;
        color: #F5B995;
    }

}
@media (max-width: 1200px) {
    .header_sc{
        display: none;
    }
    .footer {
        display: none;
    }
}
@media(max-width: 768px){

}